Home
last modified time | relevance | path

Searched hist:"7 c7fcf762e405eb040ee10d22d656a791f616122" (Results 1 – 1 of 1) sorted by relevance

/linux/mm/
H A Dmaccess.cdiff 7c7fcf762e405eb040ee10d22d656a791f616122 Wed Oct 27 18:29:01 CEST 2010 David Howells <dhowells@redhat.com> MN10300: Save frame pointer in thread_info struct rather than global var

Save the current exception frame pointer in the thread_info struct rather than
in a global variable as the latter makes SMP tricky, especially when preemption
is also enabled.

This also replaces __frame with current_frame() and rearranges header file
inclusions to make it all compile.

Signed-off-by: David Howells <dhowells@redhat.com>
Acked-by: Akira Takeuchi <takeuchi.akr@jp.panasonic.com>